Reprint Address: https://blog.csdn.net/wanglha/article/details/52203736
Part I: Basic articles
postman:4.5.11. Install PostmanEnter the Postman official website, if the Mac system can be directly clicked Mac App installationIf it is windows, you need to install the Chrome browser under Windows and then enter chrome://extensions in the Address bar to check the developer modeThen the download of the
Interface 2: LoginBrief Description: Login interfaceRequest Url:http://api.nnzhp.cn/api/user/loginRequest Method: PostParameters
Name of parameter
Have to
Type
Description
Username
Is
String
User name
passwd
Is
String
Password
1, click Newtab, Request mode select Post, address bar input Http://api.nnzhp.cn/api/user/login2, click Body, enter the corresponding parameter (parameter is key-value, in
Recently in the use of Postman Test Postman Interface, for the SPRINGMVC value this piece, tested several common ways, summed up. The use of the Postman tool has also been added to the understanding. Postman testing is great, with tools, testing interfaces, and inefficient.O
much code and can immediately automate regression with the cases of functional testing?Answer: Yes. Postman is the tool that can be used like a fiddler or a script.
Trial scope: test of HTTP API interface
Supported platforms for:windows Mac OS
Construction of the environment
Install Chrome Browser
Open in the Chrome Address bar:Https://chrome.google.com/webstore/search/
Original: http://www.cnblogs.com/fnng/p/5797121.htmlThere is a lot of time in the work of writing and maintaining interface automation test cases. I'm going to tidy up some interface-related tools first.A simple docking of Web port testing related tools/technology to do a division.Functional testing of the HTTP/SOAP protocol interface:1. Browser URL (GET request) http://127.0.0.1:8000/login/?username=zhangsanpassword=1234562, browser plug-in: Poster,
Postman is a popular pop-up API test management tool that provides powerful WEB API HTTP request debugging. It can send any type of HTTP request (GET, HEAD, POST, PUT), with any number of parameters + headers. Supports different authentication mechanisms (Basic, Digest, OAuth), received response syntax highlighting (Html,json or XML). Postman can keep the histor
Settings:Headers auto-generated request headers:1 POST request two: JSON commit1 POST request three: XML format submission Request1 POST request 4:2 binary file submission request5.postman: Simulate sending a request that requires cookie authentication (Chrome plugin postman)(1) Chrome has the plugin intercept installed.A request with a cookie is not issued due to Chrome security restrictions. If you want
http://blog.mashape.com/postman-httpie-test-apis/We love working with APIs at Mashape, and we love sharing with our community new tools, the make your life easier when con Suming APIs.Today, we ' re taking a look at POSTMAN (Free edition), a GUI powered API client and HTTPie a powerful CLI replacement (or a ddition) for CURL.1. POSTMANPOSTMAN is a compelling HTTP
Since I started to do API development, I'm looking for the right API test tool. At first, I didn't want to use the chrome extension, wiztools tools, and then tried once Postman after the stop, but also bought a paid jetpacks. After I launched team Sync Beta, I promoted the tool to the team as an API document. See the Chinese Network on the tool on the article is not much, so decided to write a small article
Interface testing has never been so simple-postman (Chrome plugin)
A very powerful HTTP client tool for testing Web services, I'm here to describe how to test restful Web service with it
NOTE: Reprint please indicate the source http://www.cnblogs.com/wade-xu/p/4228954.html
Installation
Enter the chrome setting->more tools->extensions
Click the bottom of Get more extensions
Search
There is a lot of time in the work of writing and maintaining interface automation test cases. I'm going to tidy up some interface-related tools first.A simple docking of Web port testing related tools/technology to do a division.Functional testing of the HTTP/SOAP protocol interface:1. Browser URL (GET request) http://127.0.0.1:8000/login/?username=zhangsanpassword=1234562, browser plug-in: Poster, Postman
Postman is a chrome-based interface testing tool that can test the HTTP interface and need to install the Chrome browser firstIt can be used to do interface test, send get, POST request, add cookie, header information, view interface return results, interface response time and so on 1, key value form parameter 2, JSON string type parameter 3, HTTP request plus au
Baidu recently do the development of lbs, with a lot of HTTP API access, a moment due to a large number of data access and return do not know how to test, fortunately, Baidu gave a good suggestion is a Chrome browser extension postman, this tool is still very useful to say, At least not after you write a Get or POST method, you have to print log attention whether it is effective or successful. This tool is
When developing on the web and the mobile side, the server-side restful interface is often invoked to make data requests, and in order to debug, it is usually first tested with tools and tested before it is used in development. Postman can send almost all types of HTTP requests and can be said to be one of the products represented in the Chrome plug-in class in terms of sending a network HTTP request. Here is how to use the
Receive parameters in the background interface using DataObject (contains a string-type attribute data)Servletrequestdatabinder Binder = new Servletrequestdatabinder (new DataObject ()); Binder.bind (Request);Then use the postman in the same way to pass the parameters:650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/72/DA/wKioL1Xuzr_hTUXEAAEfIlhiUhY480.jpg "title=" Untitled. png "alt=" wkiol1xuzr_htuxeaaefilhiuhy480.jpg "/>You can see that t
Interface 3: Adding student informationBrief description: Add student information, enter parameter is JSON typeRequest Url:http://api.nnzhp.cn/api/user/add_stuRequest mode: Post, parameter is JSON type
Name of parameter
Must-Choose
Type
Description
Name
Y
String
Student Name
Grade
Y
String
Class
Phone
Y
Int
Phone
Sex
N
String
Sex, do not pass the
Introduction Postman is a chrome plug-in for testing Web APIs that can be obtained free of charge and installed in Chrome by Google Store, which is useful for developers who are developing Web APIs, eliminating the task of writing test page calls. This article explains how to use postman when we want to have JSON data in the call to the Web API, as most of the us
IntroductionPostman is a chrome plug-in for testing Web APIs that can be obtained free of charge and installed in Chrome by Google Store, which is useful for developers who are developing Web APIs, eliminating the task of writing test page calls. This article explains how to use postman when we want to have JSON data in the call to the Web API, as most of the usage scenarios we see are directly calling the
Interface 5: Get all student informationBrief description: Learn how to add header informationRequest Url:http://api.nnzhp.cn/api/user/all_stuRequest method: Get (need to add header information, key is refer value of htt://api.nnzhp.cn, if the value is inconsistent, you can not find all student information)Parameters: None1, click Newtab, select Get, Address bar input Url:http://api.nnzhp.cn/api/user/all_stu2, click Header,key Input Referer,value input http://api.nnzhp.cn3, click Send, check the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.